Searched refs:tBTA_HH_PROTO_MODE (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hh_api.h | 96 typedef UINT8 tBTA_HH_PROTO_MODE; typedef 272 tBTA_HH_PROTO_MODE proto_mode; /* GET_PROTO_EVT :protocol mode */ 291 tBTA_HH_PROTO_MODE proto_mode; /* protocol mode */ 361 extern void BTA_HhOpen (BD_ADDR dev_bda, tBTA_HH_PROTO_MODE mode, 384 extern void BTA_HhSetProtoMode(UINT8 handle, tBTA_HH_PROTO_MODE t_type);
|
D | bta_hh_co.h | 49 tBTA_HH_PROTO_MODE mode, UINT8 sub_class,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 128 tBTA_HH_PROTO_MODE mode; 245 tBTA_HH_PROTO_MODE mode; /* protocol mode */ 246 tBTA_HH_PROTO_MODE new_mode; /* protocol mode */
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_api.c | 136 void BTA_HhOpen(BD_ADDR dev_bda, tBTA_HH_PROTO_MODE mode, tBTA_SEC sec_mask) in BTA_HhOpen() 223 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type) in BTA_HhSetProtoMode()
|
D | bta_hh_le.c | 975 BOOLEAN bta_hh_le_set_protocol_mode(tBTA_HH_DEV_CB *p_cb, tBTA_HH_PROTO_MODE mode) in bta_hh_le_set_protocol_mode()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | bta_hh_co.c | 114 void bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len, tBTA_HH_PROTO_MODE mode, UINT8 sub_… in bta_hh_co_data()
|
D | btc_hh.c | 83 static inline tBTA_HH_PROTO_MODE proto_mode_change_to_lower_layer(esp_hidh_protocol_mode_t protocol… in proto_mode_change_to_lower_layer() 85 tBTA_HH_PROTO_MODE proto_mode = BTA_HH_PROTO_UNKNOWN; in proto_mode_change_to_lower_layer() 109 static inline esp_hidh_protocol_mode_t proto_mode_change_to_upper_layer(tBTA_HH_PROTO_MODE proto_mo… in proto_mode_change_to_upper_layer()
|