Searched refs:is_register (Results 1 - 7 of 7) sorted by relevance
/system/bt/bta/hl/ |
H A D | bta_hl_api.c | 111 tBTA_HL_REG_PARAM *p_reg_param, BOOLEAN is_register, 117 if (is_register) 126 p_buf->is_register = is_register; 163 p_buf->is_register = is_register; 110 BTA_HlUpdate(UINT8 app_id, tBTA_HL_REG_PARAM *p_reg_param, BOOLEAN is_register, tBTA_HL_CBACK *p_cback) argument
|
H A D | bta_hl_int.h | 244 BOOLEAN is_register; /* Update HL application due to register or deregister */ member in struct:__anon232 789 extern tBTA_HL_STATUS bta_hl_app_update(UINT8 app_id, BOOLEAN is_register);
|
H A D | bta_hl_main.c | 612 status = bta_hl_app_update(p_data->api_update.app_id, p_data->api_update.is_register); 613 if (!p_data->api_update.is_register)
|
H A D | bta_hl_utils.c | 2181 tBTA_HL_STATUS bta_hl_app_update(UINT8 app_id, BOOLEAN is_register) argument 2194 if (is_register)
|
/system/bt/stack/btm/ |
H A D | btm_devctl.c | 707 ** If is_register=TRUE, then the function will be registered; 708 ** if is_register=FALSE, then the function will be deregistered. 715 tBTM_STATUS BTM_RegisterForVSEvents (tBTM_VS_EVT_CB *p_cb, BOOLEAN is_register) argument 731 if (is_register == FALSE) 741 if (is_register)
|
/system/bt/bta/include/ |
H A D | bta_hl_api.h | 680 tBTA_HL_REG_PARAM *p_reg_param, BOOLEAN is_register,
|
/system/bt/stack/include/ |
H A D | btm_api.h | 2032 ** If is_register=TRUE, then the function will be registered; 2033 ** if is_register=FALSE, then the function will be deregistered. 2040 extern tBTM_STATUS BTM_RegisterForVSEvents (tBTM_VS_EVT_CB *p_cb, BOOLEAN is_register);
|
Completed in 71 milliseconds