OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTM_BLE_CONN_ST
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h
194
typedef UINT8
tBTM_BLE_CONN_ST
;
233
tBTM_BLE_CONN_ST
conn_state;
269
extern
tBTM_BLE_CONN_ST
btm_ble_get_conn_st(void);
270
extern void btm_ble_set_conn_st(
tBTM_BLE_CONN_ST
new_st);
btm_ble_bgconn.c
626
tBTM_BLE_CONN_ST
btm_ble_get_conn_st(void)
639
void btm_ble_set_conn_st(
tBTM_BLE_CONN_ST
new_st)
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c
658
tBTM_BLE_CONN_ST
conn_st = btm_ble_get_conn_st();
Completed in 1559 milliseconds