![]() |
RDK Documentation (Open Sourced RDK Components)
|
#include <stdio.h>#include <stdbool.h>#include <signal.h>#include <string.h>#include <time.h>#include <unistd.h>#include "btmgr.h"#include "btrMgr_IarmInternalIfce.h"
Go to the source code of this file.
Functions | |
| static void | btrMgr_SignalHandler (int i32SignalNumber) |
| int | main (void) |
Variables | |
| static bool | gbExitBTRMgr = false |
@description This file defines bluetooth manager's Controller functionality
Definition in file btrMgr_main.c.